From a5da9da8023d2826d80a255c4c41e4777191afbb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 30 Aug 2002 15:48:29 +0000 Subject: [PATCH] (ps-lp-system): Fixed typo in `usg-unix-v'. --- lisp/ps-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ps-print.el b/lisp/ps-print.el index f474453d752..c2c54c0569f 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1508,7 +1508,7 @@ Please send all bug fixes and enhancements to (defconst ps-windows-system (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt))) (defconst ps-lp-system - (memq system-type '(usq-unix-v dgux hpux irix)))) + (memq system-type '(usg-unix-v dgux hpux irix)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- 2.30.2